projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a97592d
)
Split bsdos2 and bsdos2-1.
author
Karl Heuer
<kwzh@gnu.org>
Sun, 7 Jul 1996 22:22:17 +0000
(22:22 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Sun, 7 Jul 1996 22:22:17 +0000
(22:22 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 86887160fc6e87054343c9ae63c1d641a44a0dda..0c9b828dd3eeea3844f203cc91f6520f2558c9df 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-847,7
+847,8
@@
case "${canonical}" in
OVERRIDE_CPPFLAGS=
;;
*-bsd386* | *-bsdi1* ) opsys=bsd386 ;;
- *-bsdi2* ) opsys=bsdos2 ;;
+ *-bsdi2.0* ) opsys=bsdos2 ;;
+ *-bsdi2* ) opsys=bsdos2-1 ;;
*-386bsd* ) opsys=386bsd ;;
*-freebsd* ) opsys=freebsd ;;
*-nextstep* ) opsys=nextstep ;;